
.point-area{visibility: visible; opacity: 1;}
#serve-img-area.paused .point-area .point-20:after {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}
#serve-img-area.paused .point-area .point-30:after {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}
#serve-img-area.paused .point-area .point-40:after {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}
#serve-img-area.paused .point-area .point-50:after {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}
#serve-img-area.paused .point-area .point-60:after {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}
#serve-img-area.paused .point-area .point-70:after {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}
#serve-img-area.paused .point-area .point-80:after {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}
#serve-img-area.paused .point-area .point-90:after {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}
#serve-img-area.paused .point-area .point-100:after {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}
#serve-img-area .point-area {
  text-align: center;
  position: relative;
  width: 150px;
  height: 150px;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

#serve-img-area .point-area .point {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  #serve-img-area .point-area .point {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background: transparent;
  }
}
#serve-img-area .point-area .point-shadow:after {
  -webkit-box-shadow: inset 0 0 5em rgba(0, 205, 236, 0.16);
  -moz-box-shadow: inset 0 0 5em rgba(0, 205, 236, 0.16);
  box-shadow: inset 0 0 5em rgba(0, 205, 236, 0.16);
}
#serve-img-area .point-area .point-white {
  background-color: #fff;
  border: 1px solid #00C1DE;
}
#serve-img-area .point-area .point-dot {
  z-index: 1;
  background-color: #6AD7E9;
  border: 1px solid rgba(0, 205, 236, 0.37);
}
#serve-img-area .point-area .point-10 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-10:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #00cdec;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 225ms infinite;
  -moz-animation: ripple 4500ms ease-out 225ms infinite;
  -o-animation: ripple 4500ms ease-out 225ms infinite;
  animation: ripple 4500ms ease-out 225ms infinite;
}
#serve-img-area .point-area .point-20 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-20:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #00cdec;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 450ms infinite;
  -moz-animation: ripple 4500ms ease-out 450ms infinite;
  -o-animation: ripple 4500ms ease-out 450ms infinite;
  animation: ripple 4500ms ease-out 450ms infinite;
}
#serve-img-area .point-area .point-30 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-30:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #00cdec;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 675ms infinite;
  -moz-animation: ripple 4500ms ease-out 675ms infinite;
  -o-animation: ripple 4500ms ease-out 675ms infinite;
  animation: ripple 4500ms ease-out 675ms infinite;
}
#serve-img-area .point-area .point-40 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-40:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #00cdec;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 900ms infinite;
  -moz-animation: ripple 4500ms ease-out 900ms infinite;
  -o-animation: ripple 4500ms ease-out 900ms infinite;
  animation: ripple 4500ms ease-out 900ms infinite;
}
#serve-img-area .point-area .point-50 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-50:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #00cdec;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 1125ms infinite;
  -moz-animation: ripple 4500ms ease-out 1125ms infinite;
  -o-animation: ripple 4500ms ease-out 1125ms infinite;
  animation: ripple 4500ms ease-out 1125ms infinite;
}
#serve-img-area .point-area .point-60 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-60:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #00cdec;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 1350ms infinite;
  -moz-animation: ripple 4500ms ease-out 1350ms infinite;
  -o-animation: ripple 4500ms ease-out 1350ms infinite;
  animation: ripple 4500ms ease-out 1350ms infinite;
}
#serve-img-area .point-area .point-70 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-70:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #00cdec;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 1575ms infinite;
  -moz-animation: ripple 4500ms ease-out 1575ms infinite;
  -o-animation: ripple 4500ms ease-out 1575ms infinite;
  animation: ripple 4500ms ease-out 1575ms infinite;
}
#serve-img-area .point-area .point-80 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-80:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #00cdec;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 1800ms infinite;
  -moz-animation: ripple 4500ms ease-out 1800ms infinite;
  -o-animation: ripple 4500ms ease-out 1800ms infinite;
  animation: ripple 4500ms ease-out 1800ms infinite;
}
#serve-img-area .point-area .point-90 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-90:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #00cdec;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 2025ms infinite;
  -moz-animation: ripple 4500ms ease-out 2025ms infinite;
  -o-animation: ripple 4500ms ease-out 2025ms infinite;
  animation: ripple 4500ms ease-out 2025ms infinite;
}
#serve-img-area .point-area .point-100 {
  width: 100%;
  height: 100%;
}
#serve-img-area .point-area .point-100:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #00cdec;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 2250ms infinite;
  -moz-animation: ripple 4500ms ease-out 2250ms infinite;
  -o-animation: ripple 4500ms ease-out 2250ms infinite;
  animation: ripple 4500ms ease-out 2250ms infinite;
}
lesshat-selector {
  -lh-property: 0; }
@-webkit-keyframes ripple{ 0%{opacity:0;-webkit-transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0; -webkit-transform:scale(1)}}
@-moz-keyframes ripple{ 0%{opacity:0;-moz-transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0; -moz-transform:scale(1)}}
@-o-keyframes ripple{ 0%{opacity:0;-o-transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0; -o-transform:scale(1)}}
@keyframes ripple{ 0%{opacity:0;-webkit-transform:scale(0.1,0.1);-moz-transform:scale(0.1,0.1);-ms-transform:scale(0.1,0.1);transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}
[not-existing] {
  zoom: 1;
}
.module-wrap {
  min-width: 1000px;
}
.aliyun-index-serve-2016 .module-wrap .ali-main-serve-head {
  margin-bottom: 60px;
}
.aliyun-index-serve-2016 .module-wrap .ali-main-serve-head h1 {
  text-align: center;
  font-size: 24px;
  color: #373D41;
}
.aliyun-index-serve-2016 .module-wrap .ali-main-serve-head .index-info {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  color: #5F6367;
}
.aliyun-index-serve-2016 .module-wrap .ali-main-serve-head .index-info:hover {
  text-decoration: none;
  color: #28d0e9;
}
.aliyun-index-serve-2016 .module-wrap .ali-main-serve {
  margin-top: 80px;
  margin-bottom: 50px;
}
.aliyun-index-serve-2016 .module-wrap .ali-main-serve .main-img {
  width: 100%;
}
.aliyun-index-serve-2016 .module-wrap .ali-main-serve .main-img img {
  width: 100%;
}
.aliyun-index-serve-2016 .module-wrap .ali-main-serve .main-bar {
  padding: 0 10%;
}
.aliyun-index-serve-2016 .module-wrap .ali-main-serve .main-bar .main-bar-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  float: left;
  width: 25%;
}
.aliyun-index-serve-2016 .module-wrap .ali-main-serve .main-bar .main-bar-list img {
  width: 50px;
  height: 50px;
  float: left;
}
.aliyun-index-serve-2016 .module-wrap .ali-main-serve .main-bar .main-bar-list p {
  float: left;
  line-height: 50px;
  color: #373D41;
  font-size: 12px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  /*.map-beijing{top: 185px; left: 500px; position: absolute; width: 80px; height: 80px; visibility: visible; opacity: 1;}*/
}
@media only screen and (max-width: 767px) {
  .map-box{ height:410px!important;}
  .ali-main-serve{width:420px!important; left: 50%!important; margin-left: -210px!important; }
  .map-beijing{top: 102px!important; left: 275px!important; width: 65px!important; height: 65px!important; }
  .map-tianjin{top: 105px!important; left: 300px!important; width: 65px!important; height: 65px!important; }
  .map-shandong{top: 140px!important; left: 295px!important; width: 65px!important; height: 65px!important; }
  .map-jiangsu{top: 170px!important; left: 310px!important; width: 65px!important; height: 65px!important; }
  .map-shanghai{top: 188px!important; left: 318px!important; width: 65px!important; height: 65px!important; }
  .map-zhejiang{top: 205px!important; left: 318px!important; width: 65px!important; height: 65px!important; }
  .map-fujian{top: 240px!important; left: 300px!important; width: 65px!important; height: 65px!important; }
  .map-jiangxi{top: 225px!important; left: 280px!important; width: 65px!important; height: 65px!important; }
  .map-chongqing{top: 200px!important; left: 205px!important; width: 65px!important; height: 65px!important; }
  .map-guizhou{top: 240px!important; left: 205px!important; width: 65px!important; height: 65px!important; }
  .map-hunan{top: 225px!important; left: 240px!important; width: 65px!important; height: 65px!important; }
  .map-hubei{top: 195px!important; left: 245px!important; width: 65px!important; height: 65px!important; }
  .map-anhui{top: 188px!important; left: 285px!important; width: 65px!important; height: 65px!important; }
  .map-heilongjiang{top:10px!important; left:320px!important; width: 85px!important; height: 85px!important; }
  .map-xinjiang{top: 80px!important; left: 45px!important; width: 65px!important; height: 65px!important; }
  .map-xizang{top: 160px!important; left: 45px!important; width: 65px!important; height: 65px!important; }
  .map-gansu{top:110px!important; left:160px!important; width: 65px!important; height: 65px!important; }
  .map-shangxi{top: 155px!important; left: 225px!important; width: 65px!important; height: 65px!important; }
  .map-henan{top:165px!important; left:260px!important; width: 65px!important; height: 65px!important; }
  .map-hainan{top:312px!important; left:228px!important; width: 65px!important; height: 65px!important; }
  .map-jilin{top:66px!important; left:347px!important; width: 65px!important; height: 65px!important; }
  .map-liaoning{top:86px!important; left:330px!important; width: 65px!important; height: 65px!important; }
  .map-sshanxi{top:135px!important; left:245px!important; width: 65px!important; height: 65px!important; }
  .map-qinghai{top:139px!important; left:125px!important; width: 65px!important; height: 65px!important; }
  .map-guangxi{top:275px!important; left:222px!important; width: 65px!important; height: 65px!important; }
  .map-kunming{top:258px!important; left:157px!important; width: 65px!important; height: 65px!important; }
  .map-sichuan{top:198px!important; left:167px!important; width: 65px!important; height: 65px!important; }
  .map-ningxia{top:135px!important; left:200px!important; width: 65px!important; height: 65px!important; }
  .map-hebei{top:120px!important; left:270px!important; width: 65px!important; height: 65px!important; }
  .map-neimenggu{top:65px!important; left:260px!important; width: 85px!important; height: 85px!important; }
  .name-beijing,.name-tianjin,.name-shandong,.name-jiangsu,.name-shanghai,.name-zhejiang,.name-fujian,.name-jiangxi,.name-chongqing,.name-guizhou,.name-hunan,.name-hubei,.name-anhui,.name-heilongjiang,.name-xinjiang,.name-xizang,.name-gansu,.name-shangxi,.name-henan,.name-hainan,.name-jilin,.name-liaoning,.name-sshanxi,.name-qinghai,.name-guangxi,.name-kunming,.name-sichuan,.name-neimenggu,.name-hebei,.name-ningxia
  {top: 20px!important; left:35px!important; font-size: 12px!important; transform: scale(0.8)!important; display: inline-block!important;}
}
